home *** CD-ROM | disk | FTP | other *** search
/ Temic Semiconductors Tech…al Library 1997 February / Temic Semiconductors Technical Library - 1997 February.iso / SETUP.DIR / 00008_Script_8 < prev    next >
Text File  |  1997-03-13  |  180b  |  11 lines

  1. on startMovie
  2.   global myCursor
  3.   
  4.   set myCursor to [9, 10]
  5.   
  6.   if the colorDepth = 4 then
  7.     set the stagecolor = 11
  8.   else
  9.     set the stagecolor = 208
  10.   end if
  11. end